Welcome![Sign In][Sign Up]
Location:
Search - Boost thread

Search list

[STLThreadRunner

Description: 基于boost的方便使用的的线程封装类,很好用-Based on the easy-to-use boost thread package type, very good use
Platform: | Size: 1024 | Author: zhaokun | Hits:

[VC/MFCBeyond-the-C++-Standard-Library

Description: boost Boost里有很多库,只有很少一些是你不感兴趣的。可以肯定你会在里面找到马上就要用的库。Boost库覆盖了广泛的领域,从数学库到智能指针,从模板元编程库到预处理器库,从线程到lambda表达式-boostBoost, there are many libraries, only a very small number is that you are not interested. To be sure you will find inside the Treasury will have to come out immediately. Boost libraries cover a wide range of areas, from the mathematics library to the smart pointers, from the template meta-programming library to pre-processor library, from the thread to the lambda expression
Platform: | Size: 346112 | Author: kongmingming | Hits:

[Process-Threadthreadpool-0_2_4-src

Description: boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。-boost the thread pool library. boost library does not contain a thread pool, but there is sourceforge realize that the easy-to-use thread pool to support the rich scheduling strategy (fifo, lifo, and priority).
Platform: | Size: 69632 | Author: txf | Hits:

[Windows DevelopThread_Pool

Description: thread pool源码 主要利用boost开发的threadpool 感觉不错 -mainly use the thread pool source boost the development of good feeling threadpool
Platform: | Size: 6236160 | Author: Jun Zhu | Hits:

[Process-Threadthreadpooldemosrc1

Description: 包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。-Contains the DEMO (ThreadPoolDemo.rar), the source code thread_pool.rar (there is only one HPP files) and after reduction of Boost1.32 database after using Boost is because the ThreadPool used the Boost thread library components.
Platform: | Size: 2017280 | Author: | Hits:

[Process-ThreadBoost.Thread

Description: 世界著名的Boost,这部分主要介绍了多线程编程。-World-renowned Boost, this part introduces the multi-threaded programming.
Platform: | Size: 210944 | Author: tayoto | Hits:

[Windows DevelopSrcThreadPoolDemo

Description: 包含DEMO(DemoTest_ThreadPool.rar),源代码 thread_pool_Hpp.rar(只有一个HPP文件)及经过裁减的Thread_pool_Dll库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。 适合初学者学习线程池。-Contains the DEMO (DemoTest_ThreadPool.rar), the source code thread_pool_Hpp.rar (there is only one HPP files) and after reduction of Thread_pool_Dll database after using Boost Since ThreadPool are used in the Boost thread library components. Suitable for beginners Learn the thread pool.
Platform: | Size: 4784128 | Author: 高军 | Hits:

[OS programBoost.Thread

Description: Boost.Thread Boost.Thread-Boost.Thread Boost.Thread Boost.Thread
Platform: | Size: 309248 | Author: chenzheng | Hits:

[Process-ThreadCPlusPlus_Boost_Thread_Program_Guide

Description: C++ Boost Thread 编程指南 标准C++线程即将到来。CUJ预言它将衍生自Boost线程库,现在就由Bill带领我们探索一下Boost线程库。 就在几年前,用多线程执行程序还是一件非比寻常的事。然而今天互联网应用服务程序普遍使用多线程来提高与多客户链接时的效率;为了达到最大的吞吐量,事务服务器在单独的线程上运行服务程序;GUI应用程序将那些费时,复杂的处理以线程的形式单独运行,以此来保证用户界面能够及时响应用户的操作。这样使用多线程的例子还有很多。 但是C++标准并没有涉及到多线程,这让程序员们开始怀疑是否可能写出多线程的C++程序。尽管不可能写出符合标准的多线程程序,但是程序员们还是会使用支持多线程的操作系统提供的多线程库来写出多线程C++程序。但是这样做至少有两个问题:这些库大部分都是用C语言完成的,如果在C++程序中要使用这些库就必须十分小心;还有,每一个操作系统都有自己的一套支持多线程的类库。因此,这样写出来得代码是没有标准可循的,也不是到处都适用的(non-portable)。Boost线程库就是为了解决所有这些问题而设计的。 -Boost thread programming guide
Platform: | Size: 14336 | Author: dfz | Hits:

[Windows DevelopBoostThread

Description: boost库中的thread库的使用~~给大家积极例子-boost library use of thread libraries give you a positive example of ~ ~ ~~~~~~~
Platform: | Size: 237568 | Author: 潮人 | Hits:

[Data structsthreadpool-0_2_5-src

Description: 多线程编程,线程池类库,boost library封装实现,例程有merge sort-Multi-threaded programming, thread pool library, boost library package implementation, routines have merge sort etc.
Platform: | Size: 52224 | Author: leo | Hits:

[Process-Threadboost-thread

Description: BOOST库线程库详细说明,可移植的下一代模板元编程。-BOOST library thread library details, the next generation of portable template meta-programming.
Platform: | Size: 210944 | Author: 朋古 | Hits:

[Process-Threadthreadpool

Description: 一个boost线程池,能够有效地减少内存碎片-A boost thread pool, which can effectively reduce the memory fragmentation
Platform: | Size: 265216 | Author: Robert | Hits:

[Process-ThreadMemoryPool

Description: 采用boost内存数据库技术和线程池技术开发的内存池技术,支持内存回收,碎片合并-Using boost thread pool memory database technology and technological development of the memory pool technology to support garbage collection, debris merger
Platform: | Size: 29696 | Author: 冯刚 | Hits:

[Linux-UnixThe-cPP-thread-principle-and-create

Description: 虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own best understanding, the book to explain on the thread pool is relatively thorough, but on linux, so the document with the code, only as a reference, the specific migration changes, or to do yourself.
Platform: | Size: 195584 | Author: vivian | Hits:

[Internet-Networkthread

Description: 用boost:Function对linux线程封装,客户使用不有继承改类,只需要注测回调就可以-With a boost: Function for linux thread package, customers do not have to change class inheritance, you only need a callback can be measured injection
Platform: | Size: 28672 | Author: 周期 | Hits:

[JSP/Javajcip

Description: Java并发编程实战源码,这本书名为《Java并发编程实践》有些抹杀了它的价值,其中并非只讲述了Java的多线程设施,对一般的并发编程的rationale也有相当透彻的阐述。之前看过各种线程库,pThread, Boost Thread, Java Thread, Qt Thread,感觉Java的线程模型还是相对比较清晰的。只要能读懂一点Java的朋友,都可以考虑用这本书来作为并发编程的入门书。- This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model
Platform: | Size: 683008 | Author: 陈风 | Hits:

[Otherboost-thread

Description: boost thread system. threads. simple program.
Platform: | Size: 439296 | Author: damian | Hits:

[Linux-Unixthread_pool.tar

Description: boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)
Platform: | Size: 1024 | Author: colindj | Hits:

[Booksboost-thread

Description: C++ 准标准库 boost 功能的详细介绍(The function of C++ standard library boost is introduced in detail)
Platform: | Size: 210944 | Author: 风划过的痕迹 | Hits:
« 12 »

CodeBus www.codebus.net